From 09f62982426f8053939f38f4cf12f8c4784fff24 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Sun, 20 May 2001 04:12:31 +0000 Subject: [PATCH] (automatic-hscrolling): Fix a typo. From Pavel Janik . --- lisp/frame.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/frame.el b/lisp/frame.el index 3b3bf3eaaef..5eceff5ba6b 100644 --- a/lisp/frame.el +++ b/lisp/frame.el @@ -1089,7 +1089,7 @@ left untouched. FRAME nil or omitted means use the selected frame." :group 'frames) (defcustom automatic-hscrolling t - "*Allow or disallow autmatic scrolling windows horizontally. + "*Allow or disallow automatic scrolling windows horizontally. If non-nil, windows are automatically scrolled horizontally to make point visible." :version "21.1" -- 2.30.2